A. LinqDataSource
B. XmlDataSource
C. SqlDataSource
D. ObjectDataSource
Advertisement
Related Mcqs:
- Select the caching type supported by ASP.Net?
- A. DataCaching B. Output Caching C. Both A and B D. None of these...
- In order to prevent a browser from caching a page which of these xstatements should be written ?
- A. Response.Cache.SetNoServerCaching(); B. Response.Cache.SetNoCaching(); C. Response.Cache.SetNoStore(); D. None of these...
- Caching type supported by ASP.Net ?
- A. Output Caching B. DataCaching C. Both A and B D. None of these...
- How to implement authentication via web.config ?
- A. Include the deny element. B. Include the identity element. C. Include the authorization element. D. Include the authentication element...
- The namespace within the Microsoft .NET framework which provides the functionality to implement transaction processing is _______________?
- A. System.Data B. System.Security C. System.Diagnostics D. System.EnterpriseServices...
- Which of the following denote New Data-bound Controls used with ASP.NET ?
- A. SqlDataSource B. FormView C. GridView D. All of the above...
- Which class can be used to perform data type conversion between .NET data types and XML types ?
- A. XmlSettings B. XmlConvert C. XmlCast D. XmlType...
- Which of the following must be done in order to connect data from some data resource to Repeater control ?
- A. Call the DataBind method B. Set the DataSource property C. Both A and B D. None of these...
- When is the user controls code is executed______________?
- A. After the webform loads B. Before Page_init event of web form C. After the page_init event of webform D. None of the above...
- If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?
- A. CompareValidator B. DataList C. Listview D. GridView...
Advertisement